[INFO] fetching crate qbice_derive 0.1.3...
[INFO] fixing qbice_derive-0.1.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate qbice_derive 0.1.3 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate qbice_derive 0.1.3
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate qbice_derive 0.1.3
[INFO] tweaked toml for crates.io crate qbice_derive 0.1.3 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate qbice_derive 0.1.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qbice_derive 0.1.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded qbice_identifiable_derive_lib v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48
[INFO] running `Command { std: "docker" "start" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking flexstr v0.9.2
[INFO] [stderr]     Checking syn v2.0.111
[INFO] [stderr]     Checking qbice_identifiable_derive_lib v0.1.1
[INFO] [stderr]     Checking qbice_derive v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `qbice`
[INFO] [stdout]  --> tests/executor_macro.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use qbice::{Config, Executor, Query, TrackedEngine, executor};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_serialize`
[INFO] [stdout]  --> tests/executor_macro.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qbice_serialize::{Decode, Encode};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_serialize`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use qbice_serialize::{Decode, Encode};
[INFO] [stdout] 4 + use qbice_derive::{Decode, Encode};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_stable_hash`
[INFO] [stdout]  --> tests/executor_macro.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qbice_stable_hash::StableHash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_stable_hash`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice_stable_hash`, use `cargo add qbice_stable_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice`
[INFO] [stdout]  --> tests/query_extend.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use qbice::{Config, TrackedEngine};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_serialize`
[INFO] [stdout]  --> tests/query_extend.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qbice_serialize::{Decode, Encode};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_serialize`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use qbice_serialize::{Decode, Encode};
[INFO] [stdout] 4 + use qbice_derive::{Decode, Encode};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_stable_hash`
[INFO] [stdout]  --> tests/query_extend.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qbice_stable_hash::StableHash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_stable_hash`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice_stable_hash`, use `cargo add qbice_stable_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 |     qbice::Query,
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     qbice::Query,
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[value(u64)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 12 + #[derive(Query)]
[INFO] [stdout] 13 | pub struct AddQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:23:3
[INFO] [stdout]    |
[INFO] [stdout] 23 | #[value(String)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 24 + #[derive(Query)]
[INFO] [stdout] 25 | pub struct GreetQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:52:3
[INFO] [stdout]    |
[INFO] [stdout] 52 | #[value(u64)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 53 + #[derive(Query)]
[INFO] [stdout] 54 | pub struct MultiplyQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice`
[INFO] [stdout]  --> tests/derive_for_query_id.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qbice::Query;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice` in the crate root
[INFO] [stdout]  --> tests/derive_for_query_id.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive_for_query_id]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice_serialize` in the crate root
[INFO] [stdout]  --> tests/derive_for_query_id.rs:9:1
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive_for_query_id]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice_serialize` in the list of imported crates
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice` in the crate root
[INFO] [stdout]   --> tests/derive_for_query_id.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive_for_query_id(no_copy)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice_serialize` in the crate root
[INFO] [stdout]   --> tests/derive_for_query_id.rs:17:1
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive_for_query_id(no_copy)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice_serialize` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice` in the crate root
[INFO] [stdout]   --> tests/derive_for_query_id.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[derive_for_query_id]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `qbice_serialize` in the crate root
[INFO] [stdout]   --> tests/derive_for_query_id.rs:68:1
[INFO] [stdout]    |
[INFO] [stdout] 68 | #[derive_for_query_id]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^ could not find `qbice_serialize` in the list of imported crates
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `derive_for_query_id` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 | async fn add_executor<C: qbice::config::Config>(
[INFO] [stdout]    |                          ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice`
[INFO] [stdout]  --> tests/query_derive.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use qbice::Query;
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_serialize`
[INFO] [stdout]  --> tests/query_derive.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use qbice_serialize::{Decode, Encode};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_serialize`
[INFO] [stdout]   |
[INFO] [stdout] help: there is a crate or module with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 4 - use qbice_serialize::{Decode, Encode};
[INFO] [stdout] 4 + use qbice_derive::{Decode, Encode};
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `qbice_stable_hash`
[INFO] [stdout]  --> tests/query_derive.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use qbice_stable_hash::StableHash;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `qbice_stable_hash`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `qbice_stable_hash`, use `cargo add qbice_stable_hash` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]  --> tests/query_derive.rs:9:68
[INFO] [stdout]   |
[INFO] [stdout] 9 |     Debug, Clone, PartialEq, Eq, Hash, StableHash, Encode, Decode, qbice::Query,
[INFO] [stdout]   |                                                                    ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/query_derive.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     qbice::Query,
[INFO] [stdout]    |     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[value(String)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 11 + #[derive(Query)]
[INFO] [stdout] 12 | pub struct SimpleQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/query_derive.rs:11:3
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[value(String)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 12 + #[derive(Query)]
[INFO] [stdout] 13 | pub struct TestQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `AddExecutor` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:75:60
[INFO] [stdout]    |
[INFO] [stdout] 32 | / async fn add_executor<C: qbice::config::Config>(
[INFO] [stdout] 33 | |     query: &AddQuery,
[INFO] [stdout] 34 | |     _engine: &TrackedEngine<C>,
[INFO] [stdout] 35 | | ) -> u64 {
[INFO] [stdout] 36 | |     u64::from(query.a) + u64::from(query.b)
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | |_- similarly named function `add_executor` defined here
[INFO] [stdout] ...
[INFO] [stdout] 75 |       requires_executor::<AddQuery, qbice::DefaultConfig, _>(AddExecutor);
[INFO] [stdout]    |                                                              ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 75 -     requires_executor::<AddQuery, qbice::DefaultConfig, _>(AddExecutor);
[INFO] [stdout] 75 +     requires_executor::<AddQuery, qbice::DefaultConfig, _>(add_executor);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `GreetExecutor` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:76:62
[INFO] [stdout]    |
[INFO] [stdout] 41 | / async fn greet_executor<C: Config>(
[INFO] [stdout] 42 | |     query: &GreetQuery,
[INFO] [stdout] 43 | |     _engine: &TrackedEngine<C>,
[INFO] [stdout] 44 | | ) -> String {
[INFO] [stdout] 45 | |     format!("Hello, {}!", query.name)
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | |_- similarly named function `greet_executor` defined here
[INFO] [stdout] ...
[INFO] [stdout] 76 |       requires_executor::<GreetQuery, qbice::DefaultConfig, _>(GreetExecutor);
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 76 -     requires_executor::<GreetQuery, qbice::DefaultConfig, _>(GreetExecutor);
[INFO] [stdout] 76 +     requires_executor::<GreetQuery, qbice::DefaultConfig, _>(greet_executor);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MultiplyExecutor` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:78:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | / async fn multiply_executor(
[INFO] [stdout] 64 | |     query: &MultiplyQuery,
[INFO] [stdout] 65 | |     _engine: &TrackedEngine<qbice::DefaultConfig>,
[INFO] [stdout] 66 | | ) -> u64 {
[INFO] [stdout] 67 | |     u64::from(query.x) * u64::from(query.y)
[INFO] [stdout] 68 | | }
[INFO] [stdout]    | |_- similarly named function `multiply_executor` defined here
[INFO] [stdout] ...
[INFO] [stdout] 78 |           MultiplyExecutor,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a function with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 78 -         MultiplyExecutor,
[INFO] [stdout] 78 +         multiply_executor,
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:18:3
[INFO] [stdout]    |
[INFO] [stdout] 18 | #[value(Vec<u8>)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(Query)]
[INFO] [stdout] 21 | pub struct ExtendQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:65:29
[INFO] [stdout]    |
[INFO] [stdout] 65 |     _engine: &TrackedEngine<qbice::DefaultConfig>,
[INFO] [stdout]    |                             ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:73:29
[INFO] [stdout]    |
[INFO] [stdout] 73 |     fn requires_executor<Q: qbice::Query, C: Config, E: Executor<Q, C>>(_: E) {}
[INFO] [stdout]    |                             ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:75:35
[INFO] [stdout]    |
[INFO] [stdout] 75 |     requires_executor::<AddQuery, qbice::DefaultConfig, _>(AddExecutor);
[INFO] [stdout]    |                                   ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:76:37
[INFO] [stdout]    |
[INFO] [stdout] 76 |     requires_executor::<GreetQuery, qbice::DefaultConfig, _>(GreetExecutor);
[INFO] [stdout]    |                                     ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `qbice` in this scope
[INFO] [stdout]   --> tests/executor_macro.rs:77:40
[INFO] [stdout]    |
[INFO] [stdout] 77 |     requires_executor::<MultiplyQuery, qbice::DefaultConfig, _>(
[INFO] [stdout]    |                                        ^^^^^ use of unresolved module or unlinked crate `qbice`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `qbice`, use `cargo add qbice` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `extend` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:19:3
[INFO] [stdout]    |
[INFO] [stdout] 19 | #[extend(name = get_data)]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `extend` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 20 + #[derive(Query)]
[INFO] [stdout] 21 | pub struct ExtendQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qbice_derive` (test "executor_macro") due to 15 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:69:3
[INFO] [stdout]    |
[INFO] [stdout] 69 | #[value(i32)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 70 + #[derive(Query)]
[INFO] [stdout] 71 | pub struct TupleQuery(pub u64);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/query_derive.rs:46:3
[INFO] [stdout]    |
[INFO] [stdout] 46 | #[value(Vec<u8>)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 47 + #[derive(Query)]
[INFO] [stdout] 48 | pub struct SimpleQuery(pub u64);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:20:3
[INFO] [stdout]    |
[INFO] [stdout] 20 | #[value(u64)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 22 + #[derive(Query)]
[INFO] [stdout] 23 | pub struct SumQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `extend` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:21:3
[INFO] [stdout]    |
[INFO] [stdout] 21 | #[extend(name = get_sum)]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `extend` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 22 + #[derive(Query)]
[INFO] [stdout] 23 | pub struct SumQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `value` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:42:3
[INFO] [stdout]    |
[INFO] [stdout] 42 | #[value(String)]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `value` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 44 + #[derive(Query)]
[INFO] [stdout] 45 | pub struct FormatQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qbice_derive` (test "query_derive") due to 7 previous errors
[INFO] [stdout] error: cannot find attribute `extend` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:43:3
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[extend(name = format_number, by_val)]
[INFO] [stdout]    |   ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: `extend` is an attribute that can be used by the derive macro `Query`, you might be missing a `derive` attribute
[INFO] [stdout]    |
[INFO] [stdout] 44 + #[derive(Query)]
[INFO] [stdout] 45 | pub struct FormatQuery {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `get_data` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:47:31
[INFO] [stdout]    |
[INFO] [stdout] 47 | const fn requires_get_data<T: get_data>(_: &T) {}
[INFO] [stdout]    |                               ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `get_data` in this scope
[INFO] [stdout]   --> tests/derive_for_query_id.rs:50:6
[INFO] [stdout]    |
[INFO] [stdout] 50 | impl get_data for MockEngine {
[INFO] [stdout]    |      ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `get_sum` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:54:26
[INFO] [stdout]    |
[INFO] [stdout] 54 |     fn requires_trait<T: get_sum>(_: &T) {}
[INFO] [stdout]    |                          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `get_sum` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:59:10
[INFO] [stdout]    |
[INFO] [stdout] 59 |     impl get_sum for MockEngine {
[INFO] [stdout]    |          ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `format_number` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:70:26
[INFO] [stdout]    |
[INFO] [stdout] 70 |     fn requires_trait<T: format_number>(_: &T) {}
[INFO] [stdout]    |                          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `format_number` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:74:10
[INFO] [stdout]    |
[INFO] [stdout] 74 |     impl format_number for MockEngine {
[INFO] [stdout]    |          ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `get_sum` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:88:28
[INFO] [stdout]    |
[INFO] [stdout] 88 |     fn requires_get_sum<T: get_sum>(_: &T) {}
[INFO] [stdout]    |                            ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `format_number` in this scope
[INFO] [stdout]   --> tests/query_extend.rs:90:34
[INFO] [stdout]    |
[INFO] [stdout] 90 |     fn requires_format_number<T: format_number>(_: &T) {}
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qbice_derive` (test "derive_for_query_id") due to 13 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `qbice_derive` (test "query_extend") due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48", kill_on_drop: false }`
[INFO] [stdout] bd4f2b94318b139c476eace144fac437c04ceb4f4ee76e98c155256b4b4cef48
